home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / WebSites / MailingLists / AMOSLIST.0899 / 000203_nobody_Mon Aug 30 03:49:24 1999.msg < prev    next >
Internet Message Format  |  1999-09-01  |  4KB

  1. Received: from onelist.com (pop.onelist.com [209.207.164.31])
  2.     by osf1.gmu.edu (8.8.8/8.8.8) with SMTP id DAA24388
  3.     for <mcox4@osf1.gmu.edu>; Mon, 30 Aug 1999 03:49:24 -0400 (EDT)
  4. Received: (qmail 5723 invoked by alias); 30 Aug 1999 07:49:14 -0000
  5. Received: (qmail 5691 invoked from network); 30 Aug 1999 07:49:11 -0000
  6. Received: from unknown (HELO mr4.vic-remote.bigpond.net.au) (24.192.1.19) by pop.onelist.com with SMTP; 30 Aug 1999 07:49:11 -0000
  7. Received: from bigpond.net.au (CPE-24-192-25-149.vic.bigpond.net.au [24.192.25.149]) by mr4.vic-remote.bigpond.net.au (8.8.6 (PHNE_14041)/8.8.6) with ESMTP id RAA22873 for <amos-list@onelist.com>; Mon, 30 Aug 1999 17:49:16 +1000 (EST)
  8. X-BPC-Relay-Envelope-From: dvs1@bigpond.net.au 
  9. X-BPC-Relay-Envelope-To: <amos-list@onelist.com>
  10. X-BPC-Relay-Sender-Host: CPE-24-192-25-149.vic.bigpond.net.au [24.192.25.149]
  11. X-BPC-Relay-Info: Message delivered directly.
  12. Sender: root@mr4.vic-remote.bigpond.net.au
  13. Message-ID: <37CA384F.BFD69B13@bigpond.net.au>
  14. Date: Mon, 30 Aug 1999 17:52:47 +1000
  15. From: one fang <dvs1@bigpond.net.au>
  16. Organization: Anarchadia, where freedom rules with an iron fist.
  17. X-Mailer: Mozilla 4.6 [en] (X11; U; Linux 2.2.5-15 i586)
  18. X-Accept-Language: en
  19. To: amos-list@onelist.com
  20. References: <yam7910.1391.1197180200@mail.enterprise.net>
  21. Mailing-List: list amos-list@onelist.com; contact amos-list-owner@onelist.com
  22. Delivered-To: mailing list amos-list@onelist.com
  23. Precedence: bulk
  24. List-Unsubscribe: <mailto:amos-list-unsubscribe@ONElist.com>
  25. Reply-to: amos-list@onelist.com
  26. Mime-Version: 1.0
  27. Content-Type: text/plain; charset=us-ascii
  28. Content-Transfer-Encoding: 7bit
  29. Subject: Re: [amos-list] Internet gaming... (packet problems)
  30. Status: O
  31. X-Status: 
  32.  
  33. From: one fang <dvs1@bigpond.net.au>
  34.  
  35. Andrew Crowe wrote:
  36. > From: Andrew Crowe <andrewcrowe@enterprise.net>
  37. >    What I found was that packets seem to arive with intervals of a few secconds, in a batch of about 20!  (both the server and client program were running on my A1200 asyncronously)
  38. >    That meant that somewhere along the line, all my precious little data packets were buffered together, then sent in one big batch a few secconds later...
  39. > Is there anyway I can stop this from happening? It kinda makes writing a real time net game a little hard when it's packets are handled like this...
  40.  
  41. This is probably the TCP / UDP issue again.  UDP, while not guaranteeing
  42. delivery, will send the packet straight through, and is probably better
  43. for real time stuff, but you should write your own packet loss protocol
  44. on top of it.  TCP has some intelligence behind it, and should guarantee
  45. delivery, but not right now if it has to resend packets.
  46.  
  47. You really should get yourself a good book or something that explains
  48. all this, so you can make the proper decision about how to do it.
  49.  
  50. I think the best way to do it for a real time game is to use absolute
  51. coords and UDP.  If a packet gets dropped, you don't care so much coz
  52. the next one to get through will move you to the correct place anyway.
  53.  
  54. -- 
  55. Look out your Windows, the Penguins are coming, and they've got Balls!
  56. David Seikel   dvs1   Digital Polyglot   World's Greatest Programmer.
  57. "Any sufficiently advanced magic is indistinguishable from technology."
  58.                               - with apologies to Arthur C. Clarke.
  59.  
  60. --------------------------- ONElist Sponsor ----------------------------
  61.  
  62. Congrats to our GROW TO GIVE winners, ZENtertainment & ROTInews!
  63. http://www.onelist.com
  64. Check out ONElist's latest program, FRIENDS & FAMILY.  See homepage.
  65.  
  66. ------------------------------------------------------------------------
  67. Official AMOS WWW: http://members.xoom.com/AmosFactory/front.html